UCF STIG Viewer Logo

HAProxy must prohibit anonymous users from editing system files.


Overview

Finding ID Version Rule ID IA Controls Severity
V-240066 VRAU-HA-000225 SV-240066r879631_rule High
Description
Allowing anonymous users the capability to change the web server or the hosted application will not generate proper log information that can then be used for forensic reporting in the case of a security issue. Allowing anonymous users to make changes will also grant change capabilities to anybody without forcing a user to authenticate before the changes can be made.
STIG Date
VMW vRealize Automation 7.x HA Proxy Security Technical Implementation Guide 2023-09-12

Details

Check Text ( C-43299r665365_chk )
At the command prompt, execute the following command:

ls -alR /etc/haproxy /var/lib/haproxy /usr/sbin/haproxy | grep -E '^-' | awk '{print $1}' | cut -c9 | grep w

If the command returns any value, this is a finding.
Fix Text (F-43258r665366_fix)
Navigate to and remove anonymous permissions for any listed files.